home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6594 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: columba.udac.uu.se!sabik!m93kma
  2. From: m93kma@sabik.tdb.uu.se (Kristofer Maad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Visual E - New E Developer Tool - vedev.gif (0/1)
  5. Date: 30 Mar 1996 11:34:14 GMT
  6. Organization: Uppsala University
  7. Message-ID: <4jj67m$23ck@columba.udac.uu.se>
  8. References: <68772090@0humpty.tomate.tng.oche.de> <Dou4u8.2H1@cix.compulink.co.uk> <1364.6662T179T2407@sn.no>
  9. NNTP-Posting-Host: sabik.tdb.uu.se
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Petter E. Stokke (arstokke@sn.no) wrote:
  13. : Actually, C++ not only deallocates memory, but it also automatically
  14. : calls class destructors for any objects not already destroyed at the
  15. : point of exit. Well, at least, it /should/ be doing that... That's a
  16. : feature sorely missing in E.
  17.  
  18. Well, I don't think it works this way on the Unix systems I use
  19. (SunOS/Solaris)... The memory gets deallocated through the
  20. resource-tracking of the OS, not because of the compiler. And the
  21. destructors don't get called if you terminate the program prematurely
  22. (i.e. everything other than a return from main(), like an abort()
  23. etc.).
  24.  
  25. /Kristofer
  26.  
  27. --
  28. Name:   Kristofer Maad           | "The satisfaction in making a 'crash-
  29. Snail:  Stureg. 12A, 3tr.        |  proof' system screw up completely
  30.         753 14 Uppsala           |  almost makes it worthwhile."  /Kris
  31. Phone:  018-51 11 44             |
  32. E-Mail: m93kma@student.tdb.uu.se |   <http://www.update.uu.se/~kris/>
  33.